- far heap
- дальняя динамически распределяемая область памяти
Англо-русский словарь по вычислительной технике и информационным технологиям - 4-е изд.. Сергей Орлов .
Англо-русский словарь по вычислительной технике и информационным технологиям - 4-е изд.. Сергей Орлов .
d-ary heap — The d ary heap or d heap is a priority queue data structure, a generalization of the binary heap in which the nodes have d children instead of 2.[1][2][3] Thus, a binary heap is a 2 heap. According to Tarjan[2] and Jensen et al … Wikipedia
Skew heap — A skew heap is a variant of a binary heap. In contrast to e.g. leftist heaps, there is no structural constraint on skew heaps.There are only two constraints left: * The general heap order must be enforced * Every operation (add, remove min,… … Wikipedia
Heapsort — Infobox Algorithm class=Sorting algorithm A run of the heapsort algorithm sorting an array of randomly permuted values. In the first stage of the algorithm the array elements are reordered to satisfy the heap property. Before the actual sorting… … Wikipedia
Fraggle Rock — For the animated television series, see Fraggle Rock (animated TV series). Fraggle Rock Also known as Jim Henson s Fraggle Rock Created by Jim Henson … Wikipedia
Sorites paradox — The Sorites paradox ( σωρός ( sōros ) being Greek for heap and σωρίτης ( sōritēs ) the adjective) is a paradox that arises from vague predicates. The paradox of the heap is an example of this paradox which arises when one considers a heap of sand … Wikipedia
Uranium mining — The Ranger Uranium Mine in Australia … Wikipedia
Chinese American history — is the history of Chinese Americans or the history of ethnic Chinese in the United States. Chinese immigration to the U.S. consisted of three major waves, with the first beginning in the 19th century. Chinese immigrants in the 19th century worked … Wikipedia
Octal game — The octal games form a significant subclass of impartial games studied in combinatorial game theory.[1][2] They are organized by a numeric coding system that enables a compact specification of a variety of game rules. Contents 1 Octal games… … Wikipedia
Srebrenica massacre — Srebrenica genocide Part of Bosnian War The cemetery at the Srebrenica Potočari Memorial and C … Wikipedia
1942 Design Light Fleet Carrier — Colossus class aircraft carrier redirects here. For other ship classes, see Colossus class. Majestic class aircraft carrier redirects here. For the pre dreadnought battleships, see Majestic class battleship … Wikipedia
Selection algorithm — In computer science, a selection algorithm is an algorithm for finding the kth smallest number in a list (such a number is called the kth order statistic). This includes the cases of finding the minimum, maximum, and median elements. There are… … Wikipedia